Skip to main content
Version: 1.0.2

Process Flow – Event Subscription and Notification

  1. The Programmable Ledger, as a source, is the origin point of events

    Events are the transaction level and account level operations that happen in the ledger

  2. User can subscribe for required events from the list of events for which the notifications to be delivered

  3. Upon subscription, event notification is delivered to the subscriber

    Subcriber who does not respond to the notification, even after fixed number of retry attempts, is blocked from the subscription

Webhook Process Flow